home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / vedt.zip / DEMO4.TXT < prev    next >
Text File  |  1990-09-20  |  3KB  |  57 lines

  1. Five ready to use programs or "macros" are supplied with VEDIT and VEDIT PLUS.
  2. These macros can be set up to automatically execute when the editor is
  3. invoked.  This allows someone without any knowledge of VEDIT to use these or
  4. custom macros.
  5.  
  6. *   Integrated Compiler Support.  This menu driven macro runs popular compilers
  7.     assemblers, linkers, debuggers and Make programs from within VEDIT.  See
  8.     the "List Main Features" topic for more information.
  9.  
  10. *   WILDFILE macro.  This very useful macro lets you perform a search, search
  11.     and replace, or run another macro on an entire group of files.  The group
  12.     of files may be specified using the wildcards "?" and "*".  (WILDFILE
  13.     performs a superset of the UNIX "grep" command.)
  14.  
  15. *   File comparison macro.  Displays the differences between two files on the
  16.     screen and lets you merge/edit them in any way desired.  After displaying
  17.     a difference the macro can re-align the files and then continue looking
  18.     for further differences.  For example, after finding where revisions were
  19.     made, you can copy blocks of text from one file to the other.
  20.  
  21. *   Mailing list sort macro.  Sorts a typical list of mailing addresses into
  22.     alphabetical order.
  23.  
  24. *   Print formatting macro.  This extends VEDIT and VEDIT PLUS's printing 
  25.     capabilities by printing files with a header and page number on each page.  
  26.     Containing only a dozen commands, it also serves as a simple example of a 
  27.     useful macro.  It can be readily extended for fancier print formatting.
  28.  
  29. VEDIT and VEDIT PLUS come with two libraries of additional macros.  The
  30. "Command Macros" can be loaded from disk and executed at any time.  The
  31. "Keystroke Macros" can be built into the editor and assigned to a "hot key".
  32. These libraries are constantly being expanded.
  33.  
  34. *   Command Macro library.  Includes box drawing, splitting/merging very
  35.     large files, converting tabs to spaces and editing keystroke macros.
  36.  
  37. *   Keystroke Macro library.  Includes selecting window color from a color 
  38.     chart, duplicating characters and lines, moving the cursor by sentence, 
  39.     listing lines containing a text string, transposing characters, counting 
  40.     words and much more.
  41.  
  42. *   Mail Merge.  You can create, update and maintain files of mailing
  43.     addresses.  The mailing addresses can then be merged into a form letter
  44.     and printed one after another.  The form letter may be created with VEDIT
  45.     alone, or with V-PRINT.  Available as an option for $20.
  46.  
  47. *   8080/Z80 to 8086 Translator.  Translates 8080 or Z80 (Intel mnemonics)
  48.     assembly language source code into 8086 assembly language.  Can be used as
  49.     is or as a model for other assembly language translators.  Available as an
  50.     option for $50.
  51.  
  52. The macros are ready for immediate use and are self prompting.  Anyone can 
  53. use them without knowing much else about VEDIT.  Since they are supplied in 
  54. "Source Code", they also serve as elaborate examples of VEDIT PLUS macro 
  55. programming.  And you can modify them to suit your personal needs.
  56.  
  57.